Remove --travis from `cargo new`
authorAlex Crichton <alex@alexcrichton.com>
Wed, 14 Jan 2015 03:48:00 +0000 (19:48 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 14 Jan 2015 03:50:01 +0000 (19:50 -0800)
commit65590ff8ea043e1c3a6d17704990fd5914b7ed9f
tree5ae9a069f10785e3ccc6ab8edbeef3460c21abc7
parent85b58e3f1aa097b88124a285171f42ec4ecf76ed
Remove --travis from `cargo new`

It's a little odd that Cargo only supports travis right now, and as #517 points
out it probably shouldn't be a top-level flag but rather a general "service
flag". Due to a lack of other services and the ease of adding your own travis
configuration, this commit removes the flag altogether for now. It can always be
added later when we've got some more impetus!

Closes #517
Closes #1115
src/bin/new.rs
src/cargo/ops/cargo_new.rs
src/etc/_cargo
src/etc/cargo.bashcomp.sh
tests/test_cargo_new.rs